Skip to content

Commit

Permalink
Temporary fix for failing checks on github (#239)
Browse files Browse the repository at this point in the history
* Temporary fix for failing checks on github

* Python mismatch fix attempt 1

* Second fix attempt

* Attempt 3

* Attempt 4

* 5th time is the charm?
  • Loading branch information
imagoulas authored Apr 16, 2024
1 parent c45ea18 commit 3a1f9ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ jobs:
with:
submodules: 'true'

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install lcov
run: sudo apt-get update && sudo apt-get install -y lcov

- name: Add conda to system path
run: |
Expand All @@ -26,7 +24,6 @@ jobs:
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
conda install psi4 -c psi4/label/dev
- name: Compile
run: |
Expand Down
15 changes: 8 additions & 7 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: forte
name: qforte_env

channels:
- defaults
- conda-forge/label/libint_dev
- conda-forge

dependencies:
- python=3.10
- python>=3.10
- pip>=19.0
- pybind11
- cmake
- numpy
- scipy
- boost
- yaml
- pytest
- conda-forge::lcov
- psi4=1.8.2

0 comments on commit 3a1f9ea

Please sign in to comment.