Skip to content

Commit

Permalink
Changing workflow repository names from RCagnol to CSNG-MFF
Browse files Browse the repository at this point in the history
  • Loading branch information
Racagnol committed Oct 6, 2023
1 parent 1cd0416 commit fa7d2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fast-model-stepcurrentmodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Download and install PyNN
run: |
git clone https://github.com/RCagnol/PyNN.git
git clone https://github.com/CSNG-MFF/PyNN.git
cd PyNN
git checkout PyNNStepCurrentModule
pip install .
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install stepcurrentmodule
run: |
git clone https://github.com/RCagnol/nest-step-current-module.git
git clone https://github.com/CSNG-MFF/nest-step-current-module.git
cd nest-step-current-module
cmake -Dwith-mpi=ON -Dwith-boost=ON -Dwith-nest=$pythonLocation/bin/nest-config -Dwith-optimize='-O3' ./
make -j8
Expand Down

0 comments on commit fa7d2d4

Please sign in to comment.